SCS Sensor Configuration Editor

COM Interfaces

COM (Communication port) is the original, yet still common, name of the serial port interface on IBM PC-compatible computers. 

Most PC-compatible computers in the 1980s and 1990s had one or two COM ports. As of 2007, most computers shipped with one or no physical COM ports. As of 2014, consumer-grade PC-compatible computers don't include any COM ports, though some of them do still include a COM header on the motherboard.

 

After the RS-232 COM port was removed from most consumer-grade computers in the 2000s, an external USB-to-UART serial adapter cable was used to compensate for the loss. A major supplier of these chips is FTDI.

 

The COM ports are interfaced by an integrated circuit such as 16550 UART. This IC has seven internal 8-bit registers which hold information and configuration data about which data is to be sent or was received, the baud rate, interrupt configuration and more. In the case of COM1, these registers can be accessed by writing to or reading from the I/O addresses 0x3F8 to 0x3FF.

If the CPU, for example, wants to send information out on COM1, it writes to I/O port 0x3F8, as this I/O port is "connected" to the UART IC register which holds the information that is to be sent out.

The COM ports in PC-compatible are typically defined as:

 

Given the lack of COM support in modern computers and the need for a large number of serial inputs required by SCS most ships utilize an multi-port adapter to provide a series of external COM interfaces.  Most NOAA ships use COMTROL or DIGI adapters to provide these inputs. 

 

The Basic tab consists of the following fields:

 

 

The Advanced tab consists of the following fields:

 

The default setup for NMEA-0183 (not NMEA-0183HS) compliant sensors coming over serial COM ports is generally:

Baud Rate 4800
Data bits 8
Parity None
Stop bits 1
Handshake None

 

 

 - Much of above was taken from: https://en.wikipedia.org/wiki/COM_(hardware_interface) and https://en.wikipedia.org/wiki/Serial_port

 

 

SCSv5                                                                                                        Page 1 of 1